home *** CD-ROM | disk | FTP | other *** search
- on checkTune5
- global gTuning
- puppetSound(0)
- if field "tuning selection" = "standard" then
- puppetSound("A")
- else
- if field "tuning selection" = "half step down" then
- puppetSound("A flat")
- else
- if field "tuning selection" = "Drop D" then
- puppetSound("A")
- end if
- end if
- end if
- end
-